return;
}
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
while (!have_error && pango_read_line (file, line_buf))
{
const char *p;
have_error = TRUE;
}
}
+G_GNUC_END_IGNORE_DEPRECATIONS
if (have_error)
{
g_free (default_dir);
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
result = pango_split_file_list (module_path);
+G_GNUC_END_IGNORE_DEPRECATIONS
g_free (module_path);
return result;
GTK_NOTE (MODULES, g_print ("Loading module list: %s\n", module_str));
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
module_names = pango_split_file_list (module_str);
+G_GNUC_END_IGNORE_DEPRECATIONS
for (i = 0; module_names[i]; i++)
module_list = load_module (module_list, module_names[i]);
g_string_append_printf (contents, "# ModulesPath = %s\n#\n", path);
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
dirs = pango_split_file_list (path);
+G_GNUC_END_IGNORE_DEPRECATIONS
dirs_done = g_hash_table_new_full (g_str_hash, g_str_equal, NULL, NULL);
for (i = 0; dirs[i]; i++)